projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba6b3a2
)
(f90-break-before-delimiters): Fix customize type.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Sep 1997 02:58:06 +0000
(
02:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Sep 1997 02:58:06 +0000
(
02:58
+0000)
lisp/progmodes/f90.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/f90.el
b/lisp/progmodes/f90.el
index 1361d617bc9aa1ae7c8034acb0d20dc7d593aba6..8debddda1fad5f5aa6b6ca127d0a995ff471c6c9 100644
(file)
--- a/
lisp/progmodes/f90.el
+++ b/
lisp/progmodes/f90.el
@@
-219,7
+219,7
@@
whether to blink the matching beginning."
(defcustom f90-break-before-delimiters t
"*Non-nil causes `f90-do-auto-fill' to break lines before delimiters."
- :type '
regexp
+ :type '
boolean
:group 'f90)
(defcustom f90-auto-keyword-case nil